const go/types.novalue

22 uses

	go/types (current package)
		api.go#L400: 	return tv.mode == novalue
		builtins.go#L243: 		x.mode = novalue
		builtins.go#L264: 		x.mode = novalue
		builtins.go#L444: 		x.mode = novalue
		builtins.go#L675: 		x.mode = novalue
		builtins.go#L695: 		x.mode = novalue
		builtins.go#L940: 			x.mode = novalue
		call.go#L317: 		x.mode = novalue
		call.go#L409: 			check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L993: 	if x.mode == invalid || x.mode == novalue {
		expr.go#L1253: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1260: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1272: 	check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1303: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1313: 	check.exclude(x, 1<<novalue)
		expr.go#L1324: 		case novalue:
		operand.go#L26: 	novalue                      // operand represents no value (result of a function call w/o result)
		operand.go#L41: 	novalue:   "no value",
		operand.go#L157: 	case invalid, novalue, builtin, typexpr:
		recording.go#L26: 	case novalue:
		typexpr.go#L267: 		case novalue:
		typexpr.go#L284: 		case novalue: